Click or drag to resize

Mailbox Class

Identifies a mail-enabled Active Directory object.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMailbox

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Mailbox

The Mailbox type exposes the following members.

Constructors
  NameDescription
Public methodMailbox
Initializes a new instance of the Mailbox class.
Public methodMailbox(String)
Initializes a new instance of the Mailbox class.
Public methodMailbox(ItemId)
Initializes a new instance of the Mailbox class.
Public methodMailbox(String, String)
Initializes a new instance of the Mailbox class.
Public methodMailbox(String, String, String)
Initializes a new instance of the Mailbox class.
Public methodMailbox(String, String, String, MailboxType)
Initializes a new instance of the Mailbox class.
Top
Properties
  NameDescription
Public propertyEmailAddress
Defines the Simple Mail Transfer Protocol (SMTP) address of a mailbox user.
Public propertyItemId
Defines the item identifier of a contact or private distribution list for recipients from a user's contacts folder.
Public propertyName
Defines the name of the mailbox user.
Public propertyOriginalDisplayName
Defines the display name of the mailbox user.
Public propertyRoutingType
Defines the routing that is used for the mailbox.
Public propertyType
Defines the mailbox type of a mailbox user.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Mailbox object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also